Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #3004

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
act patch 0.2.67 -> 0.2.68 age adoption passing confidence
biome patch 1.9.2 -> 1.9.3 age adoption passing confidence
buf minor 1.42.0 -> 1.44.0 age adoption passing confidence
clap workspace.dependencies patch 4.5.18 -> 4.5.19 age adoption passing confidence
github.com/TBD54566975/ftl require minor v0.0.0-00010101000000-000000000000 -> v0.376.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2 require minor v1.31.0 -> v1.32.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config require patch v1.27.39 -> v1.27.41 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/credentials require patch v1.17.37 -> v1.17.39 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/cloudformation require minor v1.54.3 -> v1.55.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/kms require minor v1.36.3 -> v1.37.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/secretsmanager require minor v1.33.3 -> v1.34.0 age adoption passing confidence
github.com/aws/smithy-go require minor v1.21.0 -> v1.22.0 age adoption passing confidence
go patch 1.23.1 -> 1.23.2 age adoption passing confidence
golang.org/x/net require minor v0.29.0 -> v0.30.0 age adoption passing confidence
golang.org/x/sys require minor v0.25.0 -> v0.26.0 age adoption passing confidence
golang.org/x/term require minor v0.24.0 -> v0.25.0 age adoption passing confidence
golang.org/x/text require minor v0.18.0 -> v0.19.0 age adoption passing confidence
golang.org/x/tools require minor v0.25.0 -> v0.26.0 age adoption passing confidence
just minor 1.35.0 -> 1.36.0 age adoption passing confidence
pnpm minor 9.11.0 -> 9.12.0 age adoption passing confidence

Release Notes

nektos/act (act)

v0.2.68

Changelog

New Features
  • 013c0d4 feat: generate a manual page automatically with cobra/doc (#​2352)
Other
biomejs/biome (biome)

v1.9.3

CLI
New features
  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes
  • Fix #​4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #​4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration
Bug fixes
  • Fix #​4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico
Editors
  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico
Formatter
Bug fixes
  • Fix #​3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }

    Contributed by @​ematipico

  • Fixed #​4076, where a media query wasn't correctly formatted:

    .class {
    -  @&#8203;media (1024px <= width <=1280px) {
    +  @&#8203;media (1024px <= width <= 1280px) {
       color: red;
       }
    }

    Contributed by @​blaze-d83

JavaScript API
Bug fixes
Linter
New features
Enhancements
Bug fixes
Parser
Bug fixes
  • Forbid undefined as type name for typescript parser. Contributed by @​fireairforce
bufbuild/buf (buf)

v1.44.0

  • Update the PROTOVALIDATE lint rule to check example field options. Examples will be checked that
    they satisfy the field constraints, and are only present if constraints are present.
  • Update the PROTOVALIDATE lint rule to check predefined rules. Predefined rules will be checked
    that they compile.
  • Add support for a WebAssembly (Wasm) runtime for custom lint and breaking changes plugins. Use the
    .wasm file extension to specify a path to a Wasm plugin.

v1.43.0

  • Add new experimental LSP support under buf beta lsp.
clap-rs/clap (clap)

v4.5.19

Compare Source

Internal
  • Update dependencies
TBD54566975/ftl (github.com/TBD54566975/ftl)

v0.376.1

Compare Source

Changelog

v0.376.0

Compare Source

Changelog

v0.375.0

Compare Source

Changelog

v0.374.0

Compare Source

Changelog

v0.373.1

Compare Source

Changelog

v0.373.0

Compare Source

Changelog

v0.372.4

Compare Source

Changelog

v0.372.3

Compare Source

Changelog

v0.372.2

Compare Source

Changelog

v0.372.1

Compare Source

Changelog

v0.372.0

Compare Source

Changelog

v0.371.0

Compare Source

Changelog

v0.370.0

Compare Source

Changelog

v0.369.0

Compare Source

Changelog

v0.368.1

Compare Source

Changelog

v0.368.0

Compare Source

v0.367.0

Compare Source

Changelog

v0.366.0

Compare Source

Changelog

v0.365.0

Compare Source

Changelog

v0.364.1

Compare Source

Changelog

v0.364.0

Compare Source

Changelog
  • d5c6a82 chore(deps): update all non-major dependencies (#​2676)
  • 4ab53cc chore: remove some screenreader support that had upset the linter (#​2696)
  • 1dc1678 feat: remove runner state (#​2686)
  • 9a33881 fix: correct service owner references ([#​2691](https:/

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team, gak and alecthomas as code owners October 7, 2024 00:09
@renovate renovate bot added the run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue label Oct 7, 2024
@renovate renovate bot requested a review from a team October 7, 2024 00:09
@renovate renovate bot enabled auto-merge (squash) October 7, 2024 00:09
Copy link
Contributor Author

renovate bot commented Oct 7, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: smoketest/origin/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: ftl/origin imports
	ftl/builtin: package ftl/builtin is not in std (/opt/containerbase/tools/golang/1.23.2/src/ftl/builtin)

File name: smoketest/relay/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: ftl/relay imports
	ftl/origin: package ftl/origin is not in std (/opt/containerbase/tools/golang/1.23.2/src/ftl/origin)

@alecthomas alecthomas requested review from a team as code owners October 7, 2024 00:10
@alecthomas alecthomas requested review from worstell and wesbillman and removed request for a team October 7, 2024 00:10
Copy link
Contributor Author

renovate bot commented Oct 7, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit 777dd0f into main Oct 7, 2024
94 of 95 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 7, 2024 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants